home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / OOFILE / Buildable, limited OOFILE / c-tree headers / ctrkey.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-12  |  1.1 KB  |  40 lines  |  [TEXT/CWIE]

  1. /*
  2.  *    This program is the CONFIDENTIAL and PROPRIETARY property 
  3.  *    of FairCom(R) Corporation. Any unauthorized use, reproduction or
  4.  *    transfer of this computer program is strictly prohibited.
  5.  *
  6.  *      Copyright (c) 1984 - 1994 FairCom Corporation.
  7.  *    This is an unpublished work, and is subject to limited distribution and
  8.  *    restricted disclosure only. ALL RIGHTS RESERVED.
  9.  *
  10.  *            RESTRICTED RIGHTS LEGEND
  11.  *    Use, duplication, or disclosure by the Government is subject to
  12.  *    restrictions set forth in subparagraph (c)(1)(ii) of the Rights in
  13.  *     Technical Data and Computer Software clause at DFARS 252.227-7013.
  14.  *    FairCom Corporation, 4006 West Broadway, Columbia, MO 65203.
  15.  *
  16.  *    c-tree PLUS(tm)    Version 6.4
  17.  *            Release B
  18.  *            October 19, 1994
  19.  */
  20.  
  21. #ifndef ctRKEYH
  22. #define ctRKEYH
  23.  
  24. typedef struct {
  25.     pTEXT   rsymb;    /* ptr to key symbolic name            */
  26.     pTEXT   radr;    /* ptr to key buffer                */
  27.     COUNT    rtype;
  28.     UCOUNT    rlen;
  29.     } RKEY;
  30. typedef RKEY ctMEM *    pRKEY;
  31.  
  32. typedef struct {
  33.     pTEXT   fldnam[3]; /* symbolic names from DATOBJ array        */
  34.     } RDAT;
  35. typedef RDAT ctMEM *    pRDAT;
  36.  
  37. #endif /* ctRKEYH */
  38.  
  39. /* end of ctrkey.h */
  40.